home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / css / adcstyle090904.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-08-30  |  15.3 KB  |  1,076 lines

  1. /* body */
  2. body {
  3.     margin: 0 10px;
  4.     background-color: #fff;
  5.     color: #000;
  6.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  7.     }
  8.  
  9. /* links */
  10. a:link {
  11.     color: #00f;
  12.     text-decoration: none;
  13.     }
  14.  
  15. a:visited {
  16.     color: #00a;
  17.     text-decoration: none;
  18.     }
  19.  
  20. a:hover {
  21.     color: #f60;
  22.     text-decoration: underline;
  23.     }
  24.     
  25. a:active {
  26.     color: #f60;
  27.     text-decoration: underline;
  28.     }
  29.  
  30. /* html tags */
  31. th, td, ul, ol, li {
  32.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  33.     }
  34.         
  35. code, pre    {
  36.     font-family: monaco, "Courier New", courier, monospace;
  37.     font-size: 10px;
  38.     }
  39.  
  40.     /*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */
  41.  
  42. * html code    {
  43.     font-size: 101%; 
  44.     }
  45.  
  46. * html pre {
  47.     font-size: 101%; 
  48.     }
  49.  
  50. h1 code, h2 code, h3 code, h4 code, th code, ol.faq li code { font-size: 95%; font-weight: normal; }
  51.  
  52. h1    {
  53.     margin: 0 0 15px 0;
  54.     padding: 0;
  55.     font: bold 36px 'Myriad Apple', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  56.     color: #000;
  57.     }
  58.     
  59. h2    {
  60.     margin: 0 0 5px 0;
  61.     padding: 0;
  62.     font-size: 16px;
  63.     color: #000;
  64.     }
  65.     
  66. #header h2 { 
  67.     margin: 0;
  68.     }
  69.     
  70. p + h2 {
  71.     margin: 20px 0 5px 0;
  72.     }
  73.  
  74. ol + h2 {
  75.     margin: 20px 0 5px 0;
  76.     }
  77.  
  78. ul + h2 {
  79.     margin: 20px 0 5px 0;
  80.     }
  81.     
  82. h3    {
  83.     margin: 0;
  84.     padding: 0;
  85.     font-size: 12px;
  86.     color: #000;
  87.     }
  88.  
  89. h3 + table {
  90.     margin: 5px 0 0 0;
  91.     }
  92.     
  93. h4    {
  94.     margin: 0;
  95.     padding: 0;
  96.     font-size: 12px;
  97.     }
  98.     
  99. h3 + h4 {
  100.     margin: 10px 0 0;
  101.     }
  102.     
  103. h6    {
  104.     margin: 0;
  105.     padding: 0;
  106.     font: normal 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  107.     color: #000;
  108.     }
  109.  
  110. p    {
  111.     margin: 0 0 10px 0;
  112.     padding: 0;
  113.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  114.     color: #000;
  115.     }
  116.     
  117. cite {
  118.     font-style: italic;
  119.     }
  120.     
  121. th {
  122.     font-weight: bold;
  123.     text-align: left;
  124.     vertical-align: top;
  125.     }
  126.     
  127. form {
  128.     margin: 0;
  129.     }
  130.     
  131. button {
  132.     margin: 3px 0 10px 0;
  133.     }
  134.     
  135. /* lists */
  136. ul    {
  137.     list-style: square outside;
  138.     margin: 0 0 0 30px;
  139.     padding: 0 0 1em 0;
  140.     }
  141.  
  142. li    {
  143.     margin-top: 3px;
  144.     }
  145.     
  146. ul ul {
  147.     margin-left: 40px;
  148.     }
  149.     
  150. ul.compressed {
  151.     margin-top: -10px;
  152.     }
  153.     
  154. ul.compressed li {
  155.     margin-top: 0;
  156.     }
  157.  
  158. ul.marketing {
  159.     padding-left: 0;
  160.     margin: 0 0 16px 0;
  161.     list-style: none;
  162.     }
  163.     
  164. ul.marketing li    {
  165.     margin-top: 0;
  166.     margin-left: 0;
  167.     margin-bottom: 2px;
  168.     font-size: 10px;
  169.     }
  170.     
  171. ol {
  172.     margin: 0 0 10px 1.5em;
  173.     padding-left: 1.5em;
  174.     }
  175.  
  176. ul.inline, ol.inline, p.inline {
  177.     margin-top: -7px;
  178.     }
  179.     
  180. ul.inline ul, ul.inline ol, ol.inline ul, ol.inline ol {
  181.     margin-top: 0;
  182.     }
  183.  
  184. ol.faq li {
  185.     font-weight: bold;
  186.     }
  187.     
  188. ol.steps li {
  189.     font-weight: bold;
  190.     }
  191.     
  192. ul.nav {
  193.     margin: 8px 0 0;
  194.     padding: 0;
  195.     list-style-type: none;
  196.     }
  197.  
  198. ul.nav li {
  199.     margin-top: 4px;
  200.     padding-left: 0;
  201.     }
  202.     
  203. ul.nobullet {
  204.     list-style-type: none;
  205.     margin-left: 0;
  206.     padding-left: 0;
  207.     }
  208.     
  209. ul.nobullet li {
  210.     margin: 3px 0 5px;
  211.     padding-left: 0;
  212.     }
  213.     
  214. /* images */
  215. .leftinline {
  216.     margin: 0 10px 5px 0;
  217.     float: left;
  218.     }
  219.  
  220. .rightinline {
  221.     margin: 0 0 5px 10px;
  222.     float: right;
  223.     }
  224.  
  225.  
  226. /* tables */
  227. .bumblebee {
  228.     border-top: 1px solid #919699;
  229.     border-left: 1px solid #919699;
  230.     border-right: 1px solid #919699;
  231.     }
  232.  
  233. .bumblebee td {
  234.     padding: 10px;
  235.     font-size: 10px;
  236.     }
  237.     
  238. .bumblebee th {
  239.     padding: 6px 10px;
  240.     font-size: 10px;
  241.     }
  242.     
  243. .bumblebee th a {
  244.     color: #FFF;
  245.     }
  246.     
  247. .bumblebee th a:link {
  248.     color: #FFF;
  249.     }
  250.  
  251. .bumblebee th a:visited {
  252.     color: #FFF;
  253.     }
  254.  
  255. .bumblebee th a:hover {
  256.     color: #FFF;
  257.     }
  258.     
  259. .bumblebee th a:active {
  260.     color: #FFF;
  261.     }
  262.  
  263. .bumblebee th {
  264.     background: #7E91A4;
  265.     color: #FFF;
  266.     }
  267.  
  268. .bumblebee td {
  269.     border-bottom: 1px solid #919699;
  270.     text-align: left;
  271.     vertical-align: top;
  272.     }
  273.  
  274. .bumblebeeblue {
  275.     background: #F0F5F9;
  276.     }
  277.  
  278. .bumblebeewhite {
  279.     background: #FFF;
  280.     }
  281.     
  282. .bumblebee .bumblebeeblue td.sortcolumn {
  283.     background: #DCE5EE;
  284.     }
  285.     
  286. .bumblebee .bumblebeewhite td.sortcolumn {
  287.     background: #F5F5F5;
  288.     }
  289.     
  290. .bumblebee th.sortcolumn {
  291.     background: #334455;
  292.     }
  293.     
  294. .bumblebeetop {
  295.     border-top: 1px solid #919699;
  296.     border-left: 1px solid #919699;
  297.     border-right: 1px solid #919699;
  298.     background: #E2E2E2;
  299.     }
  300.     
  301. .bumblebeetop td{
  302.     padding: 10px;
  303.     }
  304.  
  305. table.bumblebeetop select { width: 230px;}
  306.  
  307. .bumblebeetop td.display { border-left: 1px solid #a1a5a9;}
  308.  
  309. .bumblebeetop .pagenav td {padding: 5px 10px; font-size: 10px; border-top: 1px solid #a1a5a9;}
  310. .bumblebee .pagenav td {padding: 5px 10px; font-size: 10px; background: #E2E2E2;}
  311. .bumblebee .pagenav td.rightcolumn { text-align: right;}
  312.  
  313. td.middle, th.middle {
  314.     vertical-align: middle;
  315.     }
  316.     
  317. td.top, th.top {
  318.     vertical-align: top;
  319.     }
  320.     
  321. td.bottom, th.bottom {
  322.     vertical-align: bottom;
  323.     }
  324.     
  325. td.center, th.center {
  326.     text-align: center;
  327.     }
  328.     
  329. td.right, th.right {
  330.     text-align: right;
  331.     }
  332.     
  333. .smalltable td p {
  334.     font-size: 11px;
  335.     }
  336.  
  337.     
  338. .graybox {
  339.     border-top: 1px solid #919699;
  340.     border-left: 1px solid #919699;
  341.     margin-bottom: 10px;
  342.     }
  343.     
  344. .graybox th {
  345.     padding: 4px 8px 4px 8px;
  346.     background: #E2E2E2;
  347.     font-size: 12px;
  348.     font-weight: bold;
  349.     border-bottom: 1px solid #919699;
  350.     border-right: 1px solid #919699;
  351.     }
  352.     
  353. .graybox td {
  354.     padding: 8px;
  355.     font-size: 12px;
  356.     text-align: left;
  357.     vertical-align: top;
  358.     border-bottom: 1px solid #919699;
  359.     border-right: 1px solid #919699;
  360.     }
  361.     
  362. .graybox table td {
  363.     border: none;
  364.     padding: 0;
  365.     vertical-align: middle;
  366.     }
  367.  
  368. .marketingbox {
  369.     width: 100%;
  370.     border: 1px solid #a1a5a9;
  371.     }
  372.  
  373. .marketingbox th {
  374.     padding: 4px 8px 4px 8px;
  375.     background: #C83808;
  376.     font-size: 12px;
  377.     font-weight: bold;
  378.     color: #FFF;
  379.     }
  380.  
  381. .marketingbox td {
  382.     padding: 8px 8px 0 8px;
  383.     text-align: left;
  384.     vertical-align: top;
  385.     }
  386.     
  387. .documentationtable {
  388.     border: none;
  389.     }
  390.  
  391. .documentationtable td {
  392.     border-bottom: 1px solid #919699;
  393.     text-align: left;
  394.     vertical-align: top;
  395.     padding: 8px 0 5px 0;
  396.     }
  397.     
  398. .documentationtable p {
  399.     margin-bottom: 8px;
  400.     }
  401.     
  402. .documentationtable .bottom{
  403.     border: 0;
  404.     }
  405.         
  406. .businesstable {
  407.     border: none;
  408.     }
  409.  
  410. .businesstable td {
  411.     text-align: left;
  412.     font-size: 10px;
  413.     vertical-align: top;
  414.     padding: 5px 0 10px 0;
  415.     }
  416.     
  417. .documentationtable p {
  418.     font-size: 10px;
  419.     }
  420.  
  421. p.viewall { font-size: 11px; font-weight: bold;}
  422. p.viewlegacytech { font-size: 11px; }
  423.  
  424. table.download {
  425.     border: 1px solid #919699;
  426.     margin-bottom: 10px;
  427.     }
  428.  
  429. table.download th {
  430.     padding: 6px 10px 6px 10px;
  431.     font-size: 10px;
  432.     background: #7E91A4;
  433.     color: #FFF;
  434.     }
  435.  
  436. table.download td {
  437.     font-size: 12px;
  438.     text-align: left;
  439.     vertical-align: top;
  440.     }
  441.  
  442. table.download .title td {
  443.     border-top: 1px solid #919699;
  444.     background: #F0F5F9;
  445.     padding: 6px 10px 6px 10px;
  446.     }
  447.  
  448. table.download .title.sub td{
  449.     border-top: none;
  450.     }
  451.     
  452. table.download .description {
  453.     padding: 10px;
  454.     }
  455.     
  456. table.download .title td.sortcolumn {
  457.     background: #DCE5EE;
  458.     }
  459.     
  460. table.download .description td.sortcolumn {
  461.     background: #F5F5F5;
  462.     }
  463.     
  464. table.download th.sortcolumn {
  465.     background: #334455;
  466.     }
  467.  
  468. table.download th a {
  469.     color: #FFF;
  470.     }
  471.  
  472. table.downloadtop {
  473.     border-top: 1px solid #919699;
  474.     border-left: 1px solid #919699;
  475.     border-right: 1px solid #919699;
  476.     background: #E2E2E2;
  477.     }
  478.     
  479. table.downloadtop td{
  480.     padding: 10px 0px 10px 10px;
  481.     }
  482.  
  483.  
  484. /* rounded corner tables */
  485. .bigboxtop {
  486.     background: #FFF url(/images/bigboxtop.gif) repeat-x top left;
  487.     }
  488.  
  489. .bigboxleft {
  490.     background: #FFF url(/images/bigboxleft.gif) repeat-y top left;
  491.     }
  492.  
  493. .bigboxright {
  494.     background: #FFF url(/images/bigboxright.gif) repeat-y top left;
  495.     }
  496.  
  497. .bigboxbottom {
  498.     background: #FFF url(/images/bigboxbottom.gif) repeat-x top left;
  499.     }
  500.     
  501. .boxtop {
  502.     background: #FFF url(/images/boxtop.gif) repeat-x top left;
  503.     }
  504.  
  505. .boxleft {
  506.     background: #FFF url(/images/boxleft.gif) repeat-y top left;
  507.     }
  508.  
  509. .boxright {
  510.     background: #FFF url(/images/boxright.gif) repeat-y top left;
  511.     }
  512.  
  513. .boxbottom {
  514.     background: #FFF url(/images/boxbottom.gif) repeat-x top left;
  515.     }
  516.  
  517.  
  518. /* general classes */
  519. .contentpadding {
  520.     padding: 0 10px;
  521.     }
  522.     
  523. .smalltext {
  524.     font-size: 10px;
  525.     }
  526.     
  527. .blueheader {
  528.     color: #FFF;
  529.     background: #7E91A4;
  530.     padding: 3px 0 3px 7px;
  531.     }
  532.  
  533. .sourcecodebox {
  534.     border: 1px solid #c7cfd5;
  535.     background: #f1f5f9;
  536.     margin: 20px 0;
  537.     padding: 8px;
  538.     text-align: left;
  539.     }
  540.     
  541. .notebox {
  542.     border: 1px solid #a1a5a9;
  543.     background: #f7f7f7;
  544.     margin: 20px 0;
  545.     padding: 8px;
  546.     text-align: left;
  547.     }
  548.     
  549. .importantbox {
  550.     border: 1px solid #111;
  551.     background: #e8e8e8;
  552.     margin: 20px 0;
  553.     padding: 8px;
  554.     text-align: left;
  555.     }
  556.     
  557. .warningbox {
  558.     border: 1px solid #000;
  559.     background: #fff;
  560.     margin: 20px 0;
  561.     padding: 8px;
  562.     text-align: left;
  563.     }
  564.     
  565. .warningbox img.warningicon { 
  566.     float: left; 
  567.     margin-top: 3px;
  568.     }
  569.  
  570. .warningbox p { 
  571.     margin: 0 0 0 30px
  572.     }
  573.  
  574. div.clearer {
  575.     clear: both; 
  576.     display: block; 
  577.     margin: 0; 
  578.     padding: 0; 
  579.     height: 0; 
  580.     line-height: 1px; 
  581.     font-size: 1px;
  582.     }
  583.     
  584. .gray {
  585.     color: #787c7f;
  586.     }
  587.     
  588. #footnote h3, #footnote p {
  589.     color: #76797C;
  590.     font-size: 11px;
  591.     }
  592.  
  593. .footnote, .footnote li {
  594.     font-size: 11px;
  595.     color: #76797C;
  596.     }
  597.     
  598. .editorial {
  599.     font-style: italic;
  600.     margin: 20px 0;
  601.     }
  602.     
  603. .libindex {
  604.     border-bottom: 1px solid #939393;
  605.     padding: 0 3px;
  606.     background-color: #DADADA;
  607.     margin: 0 1px;
  608.     }
  609.  
  610. /* forms */
  611. #forms input {
  612.     vertical-align: middle;
  613.     padding: 0;
  614.     margin: 0 0 5px 0;
  615.     }
  616.  
  617. #forms select {
  618.     vertical-align: middle;
  619.     padding: 0;
  620.     margin: 0 0 3px 0;
  621.     }
  622.  
  623. #forms .widefield, #advsearch .widefield {
  624.     width: 98%;
  625.     margin-bottom: 5px;
  626.     }
  627.  
  628. #forms .halffield {
  629.     width: 50%;
  630.     margin-bottom: 5px;
  631.     }
  632.  
  633. #forms .extraspace {
  634.     padding-bottom: 8px;
  635.     }
  636.  
  637. #forms .quarterfield {
  638.     width: 25%;
  639.     margin-bottom: 5px;
  640.     }
  641.     
  642. #forms .inputbutton, #advsearch .inputbutton {
  643.     margin: 5px 0 10px 0;
  644.     border: 0;
  645.     }
  646.     
  647. #forms .checkbox, #advsearch .checkbox {
  648.     margin: 0 5px 0 0;
  649.     vertical-align: baseline;
  650.     }
  651.     
  652. #forms .radio {
  653.     margin: 0 5px 0 0;
  654.     vertical-align: baseline;
  655.     }
  656.     
  657. #forms textarea {
  658.     margin: 0 0 10px 0;
  659.     width: 100%;
  660.     }
  661.     
  662. #forms p {
  663.     margin-top: 7px;
  664.     }
  665.     
  666. #forms .buttonlists {
  667.     line-height: 20px;
  668.     }
  669.     
  670. #forms .buttondescription {
  671.     line-height: 15px;
  672.     margin: -10px 10px 5px 20px;
  673.     font-size: 10px;
  674.     }
  675.  
  676.  
  677. /* header */
  678. #adcnavheader td {
  679.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  680.     }
  681.  
  682. #adcnavheader input {
  683.     margin: 0 3px 0 0;
  684.     padding: 0;
  685.     }
  686.  
  687. #adcnavheader .textpadding {
  688.     padding-top: 2px;
  689.     vertical-align: middle;
  690.     }
  691.     
  692. #adcnavheader .searchbutton {
  693.     border: 0;
  694.     }
  695.  
  696.  
  697. /* breadcrumb */
  698. #breadcrumb td {
  699.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  700.     }
  701.  
  702. #breadcrumb form {
  703.     margin: 0;
  704.     }
  705.     
  706. #breadcrumb select {
  707.     vertical-align:  middle;
  708.     }
  709.  
  710.  
  711. /* sidebar */
  712. #sidebar h2, .swlsidebar h2 {
  713.     font-size: 12px;
  714.     }
  715.     
  716. #sidebar h3, #sidebar h4, .swlsidebar h3, .swlsidebar h4 {
  717.     font-size: 12px;
  718.     }
  719.     
  720. #sidebar p, #sidebar ol, #sidebar ul, .swlsidebar p, .swlsidebar ol, .swlsidebar ul {
  721.     font-size: 11px;
  722.     }
  723.  
  724. #sidebar ul, .swlsidebar ul {
  725.     margin-left: 16px;
  726.     padding-left: 0;
  727.     }
  728.  
  729. #sidebar li, .swlsidebar li {
  730.     font-size: 11px;
  731.     margin-top: 2px;
  732.     }
  733.     
  734. #sidebar ul.nav, .swlsidebar ul.nav {
  735.     margin: 8px 0 0;
  736.     padding: 0;
  737.     list-style-type: none;
  738.     }
  739.  
  740. #sidebar ul.nav li, .swlsidebar ul.nav li {
  741.     margin-top: 4px;
  742.     padding-left: 0;
  743.     background: none;
  744.     }
  745.  
  746. /* footer */
  747. #footer td, #footer p {
  748.     font-size: 10px;
  749.     }
  750.     
  751. .footerbreadcrumb {
  752.     font-size: 10px;
  753.     }
  754.  
  755. /* 404 page definitions*/
  756. #notfound h2 {
  757.     font-size: 12px;
  758.     }
  759.     
  760. #notfound h3, #notfound h4 {
  761.     font-size: 12px;
  762.     }
  763.     
  764. #notfound p, #notfound ul {
  765.     font-size: 10px;
  766.     }
  767.  
  768. #notfound ul {
  769.     margin: 0 0 15px 0;
  770.     padding-left: 0;
  771.     list-style-type: none;
  772.     }
  773.  
  774. #notfound ul li {
  775.     font-size: 10px;
  776.     margin: 3px 0 0 0;
  777.     padding-left: 0;
  778.     background: none;
  779.     }
  780.     
  781. #notfound ul ul {
  782.     margin-top: 0;
  783.     margin-left: 16px;
  784.     list-style: square outside;
  785.     }
  786.  
  787. #notfound ul ul li {
  788.     margin-left: 0;
  789.     padding-left: 0;
  790.     }
  791.  
  792. li.sectionbreak {
  793.     margin-bottom: 15px;
  794.     }
  795.  
  796. /* advanced search */
  797. #advsearch h4 {
  798.     margin-bottom: 10px;
  799.     }
  800.     
  801. #advsearch p {
  802.     line-height: 20px;
  803.     }
  804.     
  805. /* contact page */
  806. .iconlinks td {
  807.     font-size: 11px;
  808.     }
  809.     
  810. /* search results */
  811. .boxtop7e91a4 {
  812.     background: #FFF url(/images/boxtop7e91a4.gif) repeat-x top left;
  813.     }
  814.  
  815. .boxtopleft7e91a4 {
  816.     background: #FFF url(/images/boxtopleft7e91a4.gif) repeat-y top left;
  817.     }
  818.  
  819. .boxtopright7e91a4 {
  820.     background: #FFF url(/images/boxtopright7e91a4.gif) repeat-y top left;
  821.     }
  822.  
  823. .boxbottom7e91a4 {
  824.     background: #FFF url(/images/boxbottom7e91a4.gif) repeat-x top left;
  825.     }
  826.  
  827. .filesize {
  828.     color: #7F8285;
  829.     }
  830.  
  831. tr.results th, tr.results td {
  832.     font-size: 12px;
  833.     color: #FFF;
  834.     background-color: #7e91a4;
  835.     font-weight: normal;
  836.     }
  837.  
  838. tr.results a {
  839.     color: #FFF;
  840.     font-weight: bold;
  841.     }
  842.     
  843. .oddrow {
  844.     background-color: #ffffff;
  845.     }
  846.     
  847. .evenrow {
  848.     background-color: #f0f5f9;
  849.     }
  850.  
  851. /* software licensing descriptions */
  852. .swlleftrule {
  853.     border-left: 1px solid #A1A5A9;
  854.     padding-left: 10px;
  855.     padding-right: 10px;
  856.     }    
  857.  
  858. .swlsidebar {
  859.     padding-right: 10px;
  860.     }
  861.  
  862. /* narrative */
  863. #narrative blockquote {
  864.     margin: 0 20px 10px 20px;
  865.     color: #3972B8;
  866.     }
  867.  
  868. #narrative .pullquote {
  869.     font-size: 17px;
  870.     color: #FFF;
  871.     padding: 8px;
  872.     background-color: #3972B8;
  873.     border: 1px solid #000;
  874.     }
  875.     
  876. #narrative.color779D90 blockquote {
  877.     color: #779D90;
  878.     }
  879.     
  880. #narrative.color779D90 .pullquote {
  881.     background-color: #779D90;
  882.     }
  883.  
  884. #narrative.color3C6E6E blockquote {
  885.     color: #3C6E6E;
  886.     }
  887.     
  888. #narrative.color3C6E6E .pullquote {
  889.     background-color: #3C6E6E;
  890.     }
  891.  
  892. #narrative.color6D8042 blockquote {
  893.     color: #6D8042;
  894.     }
  895.     
  896. #narrative.color6D8042 .pullquote {
  897.     background-color: #6D8042;
  898.     }
  899.  
  900. #narrative.color3E583D blockquote {
  901.     color: #3E583D;
  902.     }
  903.     
  904. #narrative.color3E583D .pullquote {
  905.     background-color: #3E583D;
  906.     }
  907.  
  908. #narrative.color9AB0C5 blockquote {
  909.     color: #9AB0C5;
  910.     }
  911.     
  912. #narrative.color9AB0C5 .pullquote {
  913.     background-color: #9AB0C5;
  914.     }
  915.  
  916. #narrative.color3972B8 blockquote {
  917.     color: #3972B8;
  918.     }
  919.     
  920. #narrative.color3972B8 .pullquote {
  921.     background-color: #3972B8;
  922.     }
  923.  
  924. #narrative.color3C6C9D blockquote {
  925.     color: #3C6C9D;
  926.     }
  927.     
  928. #narrative.color3C6C9D .pullquote {
  929.     background-color: #3C6C9D;
  930.     }
  931.  
  932. #narrative.color7A6B94 blockquote {
  933.     color: #7A6B94;
  934.     }
  935.     
  936. #narrative.color7A6B94 .pullquote {
  937.     background-color: #7A6B94;
  938.     }
  939.     
  940. #narrative.color50395C blockquote {
  941.     color: #50395C;
  942.     }
  943.     
  944. #narrative.color50395C .pullquote {
  945.     background-color: #50395C;
  946.     }
  947.     
  948. #narrative.color812A28 blockquote {
  949.     color: #812A28;
  950.     }
  951.     
  952. #narrative.color812A28 .pullquote {
  953.     background-color: #812A28;
  954.     }
  955.  
  956.     
  957.     
  958. /* source code */
  959. #scdetails p {
  960.     line-height: 17px;
  961.     }
  962.     
  963. #scdetails select {
  964.     vertical-align: middle;
  965.     padding: 0;
  966.     margin: 0;
  967.     }
  968.     
  969. #scdetails input {
  970.     vertical-align: middle;
  971.     padding: 0;
  972.     margin: 0;
  973.     }
  974.  
  975. /* Technology Pages */
  976.     
  977. #techstart {
  978.     float: right;
  979.     width: 125px;
  980.     font-size: 10px;
  981.     line-height: 15px;
  982.     padding: 8px 10px 10px;
  983.     margin: 0 10px 5px 10px;
  984.     border: 1px solid #a1a5a9;
  985.     background-color: #f1f1f1;
  986.     }
  987.     
  988. #techstart h3 {
  989.     font-size: 12px;
  990.     margin-bottom: 3px;
  991.     }
  992.     
  993. #techlist {
  994.     font-size: 11px;
  995.     margin: 0 0 15px;
  996.     }
  997.     
  998. #techlist h2 {
  999.     position: relative;
  1000.     font-size: 12px;
  1001.     padding: 0 0 9px 35px;
  1002.     margin: 20px 0 5px;
  1003.     background: url(/images/bg_tech_h2.gif) repeat-x bottom left;
  1004.     }
  1005.     
  1006. #techlist h2 img {
  1007.     position: absolute;
  1008.     left: 0;
  1009.     bottom: 1%;
  1010.     }
  1011.  
  1012.     /* hack for various IEs \*/
  1013.     #techlist img {
  1014.         bottom: 0;
  1015.         }
  1016.     
  1017.     * html #techlist h2 {
  1018.         height: 100%;
  1019.         }
  1020.     /* end hack */
  1021.  
  1022.     
  1023. #techlist p, #techlist h3, #techlist li {
  1024.     font-size: 11px;
  1025.     }
  1026.     
  1027. #techlist ul.inlinebottom { padding-bottom: 0;}
  1028.     
  1029. #techlist h4 {
  1030.     font-weight: bold;
  1031.     color: #000;
  1032.     font-size: 11px;
  1033.     }
  1034.     
  1035. #techchild h2 {
  1036.     padding-bottom: 5px;
  1037.     border-bottom: 1px solid #a1a5a9;
  1038.     margin-bottom: 10px;
  1039.     }    
  1040.  
  1041. #techchild h3 {
  1042.     font-weight: normal;
  1043.     }
  1044.         
  1045. .sidebartable {
  1046.     border: 1px solid #a1a5a9;
  1047.     margin-bottom: 10px;
  1048.     }
  1049.     
  1050. .sidebartable th {
  1051.     padding: 4px 8px 4px 10px;
  1052.     background: #DBDBDB;
  1053.     font-size: 12px;
  1054.     font-weight: bold;
  1055.     border-bottom: 1px solid #a1a5a9;
  1056.     }
  1057.     
  1058. .sidebartable td {
  1059.     padding: 0 10px 10px;
  1060.     font-size: 11px;
  1061.     text-align: left;
  1062.     vertical-align: top;
  1063.     }
  1064.     
  1065. .sidebartable h2, .sidebartable p, .sidebartable ul {
  1066.     margin: 10px 0 2px;
  1067.     padding: 0;
  1068.     }
  1069.     
  1070. .sidebartable table td {
  1071.     border: none;
  1072.     padding: 0;
  1073.     vertical-align: middle;
  1074.     }
  1075.     
  1076. h3.nolist { margin-bottom: 5px;}